home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / bbs / IceDemo56.lzh / IceBBSDemo / Start_IceBBS < prev    next >
Text File  |  1995-06-17  |  1KB  |  50 lines

  1. failat 25
  2.  
  3. ; this script file does a temporary install of
  4. ; the IceBBS demo.  To make the install permanent
  5. ; you need to make changes to your user-startup
  6. ; script to at least duplicate what is here.
  7. ;
  8. : this script assumes it was run from the directory
  9. ; where IceBBS was unpacked.
  10. ;
  11. ; first we make the IceBBS: assign, this is done so
  12. ; that the default installation is easy to set up,
  13. ; the icebbs: assign can be eliminated entirely if
  14. ; you make the appropriate changes to the icebbs.binit file
  15.  
  16. assign icebbs: ""
  17.  
  18. ; now we make the icebbs configuration files visable
  19. ; (it looks for them in the S: directory)
  20.  
  21. assign s: icebbs:bbs_s add
  22.  
  23. ; now we add the directory that contains the programs
  24. ; to the path
  25.  
  26. path icebbs:bbs add
  27.  
  28. ; we delete some junk files that were needed to make
  29. ; LHA create the full directory tree for us.  There are
  30. ; a number of directories that IceBBS needs that are
  31. ; initially empty and LHA does not archive empty directories.
  32.  
  33. delete icebbs:#?/PlaceHolder
  34.  
  35. ; now we initialize the message bases, this only needs to be
  36. ; done whenever the contents of the s:icebbs.newsigs file
  37. ; is changed
  38.  
  39. updatesig
  40.  
  41. ; and we start icebbs running.
  42.  
  43. icebbsdemo
  44.  
  45. ; cleanup...
  46.  
  47. path icebbs:bbs remove
  48. assign s: icebbs:bbs_s remove
  49. assign icebbs:
  50.